CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - bankers algorithm

搜索资源列表

  1. bankalg

    0下载:
  2. bankers algorithm calender colour-bankers algorithm calender colour
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5651
    • 提供者:lock
  1. BankersAlgorithm

    0下载:
  2. BANKERS ALGORITHM. Deadlock management
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:17742
    • 提供者:Nasir
  1. Bankers

    0下载:
  2. Banker Algorithm in Operating System
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:888
    • 提供者:Sumit Singh
  1. Bankers-algorithm

    0下载:
  2. 操作系统中非常重要的银行家算法,采用VS6.0编程软件编写。-Bankers algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:220855
    • 提供者:xy
  1. Bankers-Algorithm-

    0下载:
  2. 银行家算法,实现了基本功能,欢迎交流学习,仅供参考,-Bankers algorithm, realize the basic function, only supplies the reference
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:6288
    • 提供者:suifengguo
  1. Bankers-algorithm

    0下载:
  2. 操作系统中银行家算法的模拟与实现,本代码仅供学习交流,谢谢!-Simulation and implementation of bankers algorithm in operating system
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:12432
    • 提供者:王振宇
  1. Bankers-algorithm

    0下载:
  2. 实现银行家算法的课程设计实验报告,简明易读,方便使用-Bankers algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-11-09
    • 文件大小:257554
    • 提供者:李山鹰
  1. bankers-algorithm-code

    0下载:
  2. 功能:操作系统银行家算法代码:输入资源名称和数量,输入进程数量和MAX大小,输入进程请求分配资源,判断序列是否是安全的,若是安全的,给出安全的序列,分配资源。操作系统银行家算法代码-Function: input the name of the resource and the quantity, size of the input process number and MAX, the input process requesting allocation of resources to de
  3. 所属分类:OS Develop

    • 发布日期:2017-11-15
    • 文件大小:1617
    • 提供者:金旭斌
  1. Bankers-algorithm

    0下载:
  2. 操作系统银行家算法对死锁的检测和解除 The operating system for deadlock detection and remove bankers algorithm-failed to translate
  3. 所属分类:OS Develop

    • 发布日期:2017-11-13
    • 文件大小:86305
    • 提供者:ZHX
  1. Bankers-algorithm

    0下载:
  2. 死锁避免----银行家算法的模拟实现,掌握银行家算法,了解资源在进程并发执行中的资源分配策略。-Deadlock avoidance---- bankers algorithm simulation, master the banker' s algorithm, and resources in the process of concurrent implementation of resource allocation strategies.
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:1572
    • 提供者:vity
  1. Operating-system-bankers-algorithm

    0下载:
  2. 操作系统中银行家算法编程,系统地描述了银行家算法的实现,如何实现-Operating system bankers algorithm programming, systematic descr iption of the the banker algorithm implementation, how to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-08
    • 文件大小:1625
    • 提供者:小雨
  1. Bankers-algorithm

    0下载:
  2. 计算机操作系统 上机代码 银行家算法 源代码-Operating system on your computer bankers algorithm source code to native code
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1394
    • 提供者:颜庭岩
  1. Bankers-algorithm

    0下载:
  2. 计算机操作系统实验。用c++编写的银行家算法程序,内附运行截图。运行时将源程序直接复制粘贴到编译器,保存为.cpp文件即可。-Computer operating system experiment. Written by c++ bankers algorithm, enclosing run shot. Runtime copy and paste the source code to the compiler directly, save it as a. Cpp file.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:345447
    • 提供者:xp
  1. Bankers-algorithm

    0下载:
  2. 操作系统: 银行家算法 实现的算法:实现了题目的所有要求,并实现了PPT上对应章节给出的三种情况;几种申请情况和最先的分配情况全部写在testdata文件中。 优点:可以随时增加和删除申请,在testdata.txt文件中的第一行:5指现在有几种进程在申请资源,3指有几种资源,下面的矩阵是指当 前的资源分配情况,第8行和第9行分别是指进程1申请第1种资源1个,第2种资源0个,第3种资源2个,下面的类似。 程序运行后会给出判定结果。 缺点:暂时还未发现。
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:302326
    • 提供者:天蓝
  1. java-bankers-algorithm

    0下载:
  2. 使用java语言实现的银行家算法,供大家使用。-Bankers algorithm using java language, for everyone to use
  3. 所属分类:Document

    • 发布日期:2017-04-05
    • 文件大小:9535
    • 提供者:
  1. Bankers-algorithm

    0下载:
  2. 银行家算法实现了进程同步,预防了死锁的发生-Bankers algorithm relize Bankers algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2237
    • 提供者:lai
  1. Bankers-algorithm-

    0下载:
  2. 银行家算法的(有界面)有运行视频和说明文档-Bankers algorithm (with interface) has run a video and documentation
  3. 所属分类:Java Develop

    • 发布日期:2017-05-07
    • 文件大小:1449309
    • 提供者:李志刚
  1. Bankers-algorithm

    0下载:
  2. 银行家算法的实现,输入进程号,资源请求量,判断是否正确。-Bankers algorithm, the input process number, the amount of resources requested, to determine whether correct.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1917
    • 提供者:thesmallc
  1. Bankers-algorithm

    0下载:
  2. 利用c语言编写的操作系统银行家算法,作业需求可用-Bankers algorithm c language
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1843
    • 提供者:yimo
  1. Bankers-algorithm-simulation

    0下载:
  2. 银行家算法模拟,以避免系统产生死锁,操作系统课程设计-Bankers algorithm simulation, in order to avoid deadlock system, operating system, curriculum design
  3. 所属分类:File Operate

    • 发布日期:2017-04-13
    • 文件大小:1602
    • 提供者:plm
« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com